论坛精华 >> Oracle 专栏 >> A 7-16 How to use LogMiner [查看别人的评论]

由 macro 发布于: 2001-03-04 15:03

What you should do before using logMiner

LogMiner runs in an oracle instance with the database either mounted or unmounted.LogMiner uses a dictionary file,which is a special file that indicates the database that created it as well as the time the file was created .The dictionary file is not required , but recommended.

Without a dictionary file ,the equivalent SQL statements will use an oracle internal object ID for the object name and present column values as hex data.

Creating a Dictionary File
1.Specify the initialization parameter UTL_FILE_DIR to specify a directory that is permitted for PL/SQL file I/O.
2.Execute the DBMS_LOGMNR_D.BUILD procedure to create the dicionary file.
__________________

谢谢你抽时间看我的发言,

Macro Zeng

==================================

我正在学习 Oracle ,坚持每天写读书笔记

点这里对该文章发表评论

该文章总得分是 0 分,你认为它对你有帮助吗? [非常多](0) [有一些](0) [无帮助](0) [是灌水](0)

Copyright © 2001 - 2009 JSP001.com . All Rights Reserved